home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / anacroz.swf / scripts / DefineButton2_1762 / BUTTONCONDACTION on(press).as
Text File  |  2010-11-09  |  325b  |  16 lines

  1. on(press){
  2.    if(_root.edFundos == 0)
  3.    {
  4.       _root.showAlert("N├úo h├í fundos suficientes para recrutar soldados!");
  5.    }
  6.    else if(_root.s15._currentframe > 1)
  7.    {
  8.       _root.showAlert("N├úo ├⌐ poss├¡vel recrutar mais soldados!");
  9.    }
  10.    else
  11.    {
  12.       destino = "recrutamento";
  13.       play();
  14.    }
  15. }
  16.